projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7a464d
)
* faces.el (make-face): Change interactive spec to 'S'.
author
Jim Blandy
<jimb@redhat.com>
Mon, 24 May 1993 01:58:58 +0000
(
01:58
+0000)
committer
Jim Blandy
<jimb@redhat.com>
Mon, 24 May 1993 01:58:58 +0000
(
01:58
+0000)
lisp/faces.el
patch
|
blob
|
history
diff --git
a/lisp/faces.el
b/lisp/faces.el
index 8bc600cf880b8221592aa97d96311692da4358f1..1f4f6ba723f24eddccda34c000d169adfa90994f 100644
(file)
--- a/
lisp/faces.el
+++ b/
lisp/faces.el
@@
-201,7
+201,7
@@
If NAME is already a face, it is simply returned."
"Define a new FACE on all frames.
You can modify the font, color, etc of this face with the set-face- functions.
If the face already exists, it is unmodified."
- (interactive "
s
Make face: ")
+ (interactive "
S
Make face: ")
(or (internal-find-face name)
(let ((face (make-vector 8 nil)))
(aset face 0 'face)